home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-02-10 | 809 b | 29 lines | [TEXT/MSWD] |
- #first connection try...
- #dial hayes-modem @ 2400 baud:
- # 1: 0=None Parity
- # 1=Odd
- # 2=Even
- # 2: 0=1 Stop-bits
- # 1=2
- # 2=1.5
- # 3: 0=7 bit Word size
- # 1=8 bit
- # 2=5 bit
- # 3=6 bit
- #
- #
- #2nd connection trial!
- #same thing but added step of going thru the Network Interface Unit (ick!)
- #script ends with \x as always...
- #
- *Merit-MTU
- \dATDT4871517@2400,2,0,0 \w20CONNECT \r \r \r \r \r \r \stelnet 141.211.164.8 119 \w30200 \x
- #
- #Wait 20 secs for CONNECT, send 6 CR's
- # then send the telnet command to merit for terminator.cc.umich.edu 119
- # then wait 30 secs for string "200" which is the NNTP code for "I'm Ready!"
- #\x command is the end
- #
- *NIU->Merit #1
- \dATDT487-1530@2400,2,0,0 \w20CONNECT \r \r \r \w15NIU \scme \w10^R \r \r \r \w10% \r \r \r \stelnet 141.211.164.8 119 \w30200 \x
-